All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.PrintPanel

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Responder
                   |
                   +----com.apple.alpha.app.Window
                           |
                           +----com.apple.alpha.app.Panel
                                   |
                                   +----com.apple.alpha.app.PrintPanel

public class PrintPanel
extends Panel
This class wraps the Objective-C class NSPrintPanel.


Constructor Index

 o PrintPanel()
This default constructor is equivalent to Objective-C's [[NSPrintPanel alloc] init].
 o PrintPanel(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o PrintPanel(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o PrintPanel(Rect, int, int, boolean)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.
 o PrintPanel(Rect, int, int, boolean, Screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Method Index

 o accessoryView()
A wrapper for the - accessoryView Objective-C instance method.
 o finalWritePrintInfo()
A wrapper for the - finalWritePrintInfo Objective-C instance method.
 o pickedAllPages(Object)
A wrapper for the - pickedAllPages: Objective-C instance method.
 o pickedButton(Object)
A wrapper for the - pickedButton: Objective-C instance method.
 o pickedLayoutList(Object)
A wrapper for the - pickedLayoutList: Objective-C instance method.
 o printPanel()
A wrapper for the + printPanel Objective-C class method.
 o runModal()
A wrapper for the - runModal Objective-C instance method.
 o setAccessoryView(View)
A wrapper for the - setAccessoryView: Objective-C instance method.
 o updateFromPrintInfo()
A wrapper for the - updateFromPrintInfo Objective-C instance method.

Constructors

 o PrintPanel
 protected PrintPanel(boolean shouldAllocate,
                      int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o PrintPanel
 public PrintPanel()
This default constructor is equivalent to Objective-C's [[NSPrintPanel alloc] init].

 o PrintPanel
 public PrintPanel(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o PrintPanel
 public PrintPanel(Rect contentRect,
                   int aStyle,
                   int bufferingType,
                   boolean flag)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer: on a newly allocated object.

 o PrintPanel
 public PrintPanel(Rect contentRect,
                   int aStyle,
                   int bufferingType,
                   boolean flag,
                   Screen screen)
This constructor has the same effect as calling - initWithContentRect:styleMask:backing:defer:screen: on a newly allocated object.

Methods

 o printPanel
 public static native PrintPanel printPanel()
A wrapper for the + printPanel Objective-C class method.

 o setAccessoryView
 public native void setAccessoryView(View aView)
A wrapper for the - setAccessoryView: Objective-C instance method.

 o accessoryView
 public native View accessoryView()
A wrapper for the - accessoryView Objective-C instance method.

 o pickedButton
 public native void pickedButton(Object sender)
A wrapper for the - pickedButton: Objective-C instance method.

 o pickedLayoutList
 public native void pickedLayoutList(Object sender)
A wrapper for the - pickedLayoutList: Objective-C instance method.

 o pickedAllPages
 public native void pickedAllPages(Object sender)
A wrapper for the - pickedAllPages: Objective-C instance method.

 o updateFromPrintInfo
 public native void updateFromPrintInfo()
A wrapper for the - updateFromPrintInfo Objective-C instance method.

 o finalWritePrintInfo
 public native void finalWritePrintInfo()
A wrapper for the - finalWritePrintInfo Objective-C instance method.

 o runModal
 public native int runModal()
A wrapper for the - runModal Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index